;;; QQ: 67762207
[@main]
#IF
#SAY
The time being not sell a lottery. \ \
_ <Asked/@ViewLotto> on the lottery \ \
_ With <$NPCNAME> <dialogue/@TalkToQuest> \ \
_ <Close/@exit>

[@_StartUp]
#ACT
goto @LottoSystem_Main

[@TalkToQuest]
#ACT
Mov D0 0

#IF
Check [209] 1
Check [409] 0
#SAY
<On the dialogue with today's tasks./@CALL_Npc_TodayQuest> \

#ACT
Mov D0 1

#IF
!Equal D0 1
#ACT
goto @NoQuest_Say
break

[@NoQuest_Say]
#SAY
_ Life is nothing but a game in a dream, money is non-corporeal belongings, death brings not go, saved what is the use? \ \
_ <Close/@exit>


[@CALL_Npc_TodayQuest]
#CALL [TodayQuest\QT_NPCSetting.txt] @NPCSetDairyQuest





[@ViewLotto]
#CALL [System\LottoSystem\LottoNPC.txt] @LottoSystem_NPC

[@LottoSystem_Main]
#CALL [System\LottoSystem\LottoTimeSetting.txt] @LottoSystem

[@everythingreward]
#CALL [System\TotalRewardSystem.txt] @TotalRewardSystem


;;; QQ: 67762207